home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2.0 - Programmer's Utilities Power Pack / Delphi 2.0 Programmer's Utilities Power Pack.iso / m_to_r / roppop / unit1.dfm / unit1.txt
Encoding:
Text File  |  1996-09-15  |  368 b   |  22 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 97
  4.   Width = 196
  5.   Height = 238
  6.   Caption = 'Form1'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Label1: TLabel
  14.     Left = 24
  15.     Top = 24
  16.     Width = 129
  17.     Height = 25
  18.     Caption = 'Click here'
  19.     OnClick = Label1Click
  20.   end
  21. end
  22.